projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8a634
)
fix link to build log in continuous windows release.
author
tsteven4
<tsteven4@gmail.com>
Sun, 27 May 2018 16:37:07 +0000
(10:37 -0600)
committer
tsteven4
<tsteven4@gmail.com>
Sun, 27 May 2018 16:37:07 +0000
(10:37 -0600)
tools/uploadtool/upload_appveyor.sh
patch
|
blob
|
history
diff --git
a/tools/uploadtool/upload_appveyor.sh
b/tools/uploadtool/upload_appveyor.sh
index ac660de1778cfa008b122027988c7585407f04fa..6c10cb114b7c0a96c71ed701f684a14c9df8a3e0 100755
(executable)
--- a/
tools/uploadtool/upload_appveyor.sh
+++ b/
tools/uploadtool/upload_appveyor.sh
@@
-163,7
+163,7
@@
if [ "$APPVEYOR_REPO_COMMIT" != "$target_commit_sha" ] ; then
if [ ! -z "$APPVEYOR_JOB_ID" ] ; then
if [ -z "${UPLOADTOOL_BODY+x}" ] ; then
- BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION
/
"
+ BODY="Appveyor CI build log: https://ci.appveyor.com/project/$APPVEYOR_ACCOUNT_NAME/$APPVEYOR_PROJECT_SLUG/build/$APPVEYOR_BUILD_VERSION"
else
BODY="$UPLOADTOOL_BODY"
fi